home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Calculators / Digit / Digit.app / calculator.nib / data.classes < prev    next >
Text File  |  1994-05-02  |  2KB  |  5 lines

  1. MySound = {SUPERCLASS = Sound; };
  2. CalcWindow = {ACTIONS = {}; OUTLETS = {controllerID = controllerID; keyTable = keyTable; }; SUPERCLASS = Window; };
  3. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  4. Controller = {ACTIONS = {"clear:" = "clear:"; "clearAll:" = "clearAll:"; "copy:" = "copy:"; "copyAsText:" = "copyAsText:"; "cut:" = "cut:"; "enterDigit:" = "enterDigit:"; "enterDot:" = "enterDot:"; "enterExp:" = "enterExp:"; "enterHex:" = "enterHex:"; "enterInvHyp:" = "enterInvHyp:"; "enterOp:" = "enterOp:"; "enterTrig:" = "enterTrig:"; "functionSet1:" = "functionSet1:"; "memoryStorage:" = "memoryStorage:"; "openMusicNote:" = "openMusicNote:"; "paste:" = "paste:"; "resetAll:" = "resetAll:"; "resizeDigitBig:" = "resizeDigitBig:"; "resizeDigitSmall:" = "resizeDigitSmall:"; "setAngleUnit:" = "setAngleUnit:"; "setFSE:" = "setFSE:"; "setRadix:" = "setRadix:"; "showInfoPanel:" = "showInfoPanel:"; "toggleMusicNote:" = "toggleMusicNote:"; "unaryMinus:" = "unaryMinus:"; "windowDidBecomeKey:" = "windowDidBecomeKey:"; "windowDidResignKey:" = "windowDidResignKey:"; }; OUTLETS = {anglePopUp = anglePopUp; auxPad = auxPad; copyAsTextMenu = copyAsTextMenu; cutMenu = cutMenu; digitWindow = digitWindow; displayGroup = displayGroup; dotButton = dotButton; expButton = expButton; fixDisplay = fixDisplay; functionGroup = functionGroup; hexPad = hexPad; hypDisplay = hypDisplay; infoPanel = infoPanel; invDisplay = invDisplay; keyPad = keyPad; memory = memory; modePopUp = modePopUp; musicNoteSound = musicNoteSound; musicNoteString = musicNoteString; musicNoteSwitch = musicNoteSwitch; pasteMenu = pasteMenu; radixMenu = radixMenu; radixPopUp = radixPopUp; readout = readout; typePopUp = typePopUp; }; SUPERCLASS = Object; };
  5.